tool/e-mail
Type: Settings Directory
| Argument | Type | Description |
|---|---|---|
| server | alt { ip6Addr , ipAddr , string } | |
| port | num | |
| tls | enum (no | yes | starttls) | |
| vrf | enum | |
| from | string | |
| user | string | |
| password | string | |
| certificate-verification | enum (no | yes | yes-without-crl) |
| Read-only Argument | Type | Description |
|---|---|---|
| last-status | enum (none | resolving-dns | in-progress | failed | succeeded) | |
| last-address | alt { ipAddr , ip6Addr } |
tool/e-mail/send
Type: Command
| Argument | Type | Description |
|---|---|---|
| server | alt { ip6Addr , ipAddr , string } | |
| port | num | |
| to | multi_arg { array-id, string } | |
| cc | multi_arg { array-id, string } | |
| from | string | |
| subject | string | |
| body | string | |
| file | multi_arg { array-id, file_enum } | |
| user | string | |
| password | string | |
| tls | enum (no | yes | starttls) | |
| certificate-verification | enum (no | yes | yes-without-crl) |